home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / dd / newrexxinfo < prev    next >
Encoding:
Text File  |  1992-12-12  |  1.4 KB  |  36 lines

  1.     I'll add a subroutine call to return the number and optional pointer to
  2.     the fully qualified name for any given port (supplying NULL to obtain
  3.     the name/slotnumber for the DICE-automatic port).
  4.  
  5.     For now, you can work around the problem by leaving the host name NULL
  6.     and creating the application port with a call to:
  7.     CreateDiceRexxPort(NULL, "APPNAME"), which creates a public application
  8.     port "APPNAME.xx" and returns the selected id number (an integer).
  9.     Since you passed NULL as the message port, DICE's Rexx subsystem will
  10.     initialize its internal message port (basically, the autoinit code
  11.     calls the above function if RexxHostName is non-NULL on startup).
  12.  
  13.     P.S. andy, I can't keep on emailing whole c*.lib sets with the fixes,
  14.     so instead I'm mailing the updated source code and object modules to be
  15.     PREPENDED to the appropriate c*.lib files (in order to override the one
  16.     in the library).  That'l be in the next message.
  17.  
  18.                                         -Matt
  19.  
  20.     Matthew Dillon              dillon@Overload.Berkeley.CA.US
  21.     1005 Apollo Way             uunet.uu.net!overload!dillon
  22.     Incline Village, NV. 89451  ham: KC6LVW (no mail drop)
  23.     USA                         Sandel-Avery Engineering (702)831-8000
  24.  
  25.  
  26. & pre
  27. &
  28. Message 218:
  29. From uunet!overload!dillon Fri Dec 11 06:15:15 1992
  30. Date: Thu, 10 Dec 92 20:47:44 PST
  31. To: cbmvax!andy, oichq!jtoebes
  32. Subject: new REXX objects / source
  33.  
  34.     Try this.
  35.  
  36.